encoding/xml.Decoder.unmarshal (method)

5 uses

	encoding/xml (current package)
		read.go#L151: 	return d.unmarshal(val.Elem(), start)
		read.go#L308: func (d *Decoder) unmarshal(val reflect.Value, start *StartElement) error {
		read.go#L401: 		if err := d.unmarshal(v.Index(n), start); err != nil {
		read.go#L530: 					if err := d.unmarshal(saveAny, &t); err != nil {
		read.go#L690: 			return true, d.unmarshal(finfo.value(sv, initNilPointers), start)